home *** CD-ROM | disk | FTP | other *** search
- Path: tty11g.mdn.com!gball
- From: G. Ball <gball@aggie.mdn.com>
- Newsgroups: comp.lang.c++
- Subject: Help- pointers to functions
- Date: 17 Jan 1996 17:47:17 GMT
- Organization: G. Ball
- Distribution: world
- Message-ID: <4djcn5$hfe@matrix.mdn.com>
- NNTP-Posting-Host: tty11g.mdn.com
- Mime-Version: 1.0
- Content-Type: text/plain; charset=US-ASCII
- Content-Transfer-Encoding: 7bit
- X-Newsreader: Nuntius Version 1.2
- X-XXMessage-ID: <AD22A441B90184F5@tty11g.mdn.com>
- X-XXDate: Wed, 17 Jan 1996 13:04:01 GMT
-
-
- I need your help!
-
- I am putting together a set of subroutines that I hope to place in
- several models.
- The problem is I have an unspecified number of function, each requiring
- the same input
- and I would like to refer to them using an array (ie.
- (*function[i])(variable) or something).
- Is it possible or do you have any ideas on alternate solutions?
-
- Thank you for your time and efforts.
- John
- jschell@aggie.mdn.com
-